home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 015 / okidatadump / dump.h < prev    next >
C/C++ Source or Header  |  1995-03-17  |  119b  |  7 lines

  1. union printerIO {
  2.        struct IOStdReq ios;
  3.        struct IODRPReq iodrp;
  4.        struct IOPrtCmdReq iopc;
  5.        };
  6.  
  7.